GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / BarcodeAlign Enumeration





BarcodeAlign Enumeration
Specifies the alignment of the barcode within its bounding box when the barcode is drawn.
Syntax
'Declaration
 
<ComVisibleAttribute(True)>
Public Enum BarcodeAlign 
   Inherits System.Enum
 
Members
MemberValueDescription
BarcodeAlignCenter1The barcode is aligned in the center of its bounding box.
BarcodeAlignLeft0The barcode is aligned in the left of its bounding box.
BarcodeAlignRight2The barcode is aligned in the right of its bounding box.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GdPicture14.BarcodeAlign

See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace